home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
libs
/
unixlib.lha
/
unix
/
include
/
internal
/
messages.h
< prev
next >
Wrap
Text File
|
1992-08-16
|
402b
|
10 lines
void _message(char *format, ...);
/* Display a message which is as visible as possible (either to the console
or to a requester).
Assume very little about library state */
void _fail(char *format, ...);
/* Display a message which is as visible as possible (either to the console
or to a requester).
Assume very little about library state.
Exit with error code RETURN_FAIL after that. */